home *** CD-ROM | disk | FTP | other *** search
/ CD BIT 75 / CD BIT 75.iso / Software / LogOut / disk1 / _SETUP.1 / ReparaTab.exe / 0 / RCDATA / TFORMPSWD / TFORMPSWD.txt
Encoding:
Text File  |  2003-06-04  |  1.1 KB  |  64 lines

  1. object FormPswd: TFormPswd
  2.   Left = 207
  3.   Top = 197
  4.   BorderStyle = bsDialog
  5.   Caption = 'Enter master password'
  6.   ClientHeight = 114
  7.   ClientWidth = 280
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnCloseQuery = FormCloseQuery
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 15
  22.     Top = 13
  23.     Width = 32
  24.     Height = 13
  25.     Caption = 'Label1'
  26.   end
  27.   object Edit1: TEdit
  28.     Left = 15
  29.     Top = 38
  30.     Width = 255
  31.     Height = 21
  32.     PasswordChar = '*'
  33.     TabOrder = 0
  34.   end
  35.   object Button1: TButton
  36.     Left = 15
  37.     Top = 74
  38.     Width = 66
  39.     Height = 25
  40.     Caption = 'OK'
  41.     Default = True
  42.     ModalResult = 1
  43.     TabOrder = 1
  44.   end
  45.   object Button2: TButton
  46.     Left = 104
  47.     Top = 74
  48.     Width = 72
  49.     Height = 25
  50.     Caption = '&Skip'
  51.     ModalResult = 2
  52.     TabOrder = 2
  53.   end
  54.   object Button3: TButton
  55.     Left = 201
  56.     Top = 74
  57.     Width = 70
  58.     Height = 25
  59.     Caption = 'A&bort'
  60.     ModalResult = 3
  61.     TabOrder = 3
  62.   end
  63. end
  64.